home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010921-20020314 / 000048_fdc@watsun.cc.columbia.edu_Thu Oct 18 12:26:14 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  4KB  |  99 lines

  1. Article: 12860 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!fdc
  3. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Problems With File Transfer And Scripting
  6. Date: 18 Oct 2001 16:26:45 GMT
  7. Organization: Columbia University
  8. Lines: 82
  9. Message-ID: <9qmvs5$9ih$1@newsmaster.cc.columbia.edu>
  10. References: <23521c90.0110180757.535238d3@posting.google.com>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1003422405 9809 128.59.39.2 (18 Oct 2001 16:26:45 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 18 Oct 2001 16:26:45 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12860
  16.  
  17. In article <23521c90.0110180757.535238d3@posting.google.com>,
  18. Juan Sutton <jcsutton@usa.com> wrote:
  19. : I need to connect to approximately 360 voice mail servers (running
  20. : UNIX System V/386 Release 3.0 80486) and transfer one small file (500
  21. : bytes) from each machine back to an AIX box for processing.  I am
  22. : using an external NEC 9635 E modem to dial each of these servers.  The
  23. : modem type I am using is "generic-high-speed".
  24. : The versions of C-Kermit being used are as follows:
  25. : C-Kermit 7.0.196, 1 Jan 2000, for IBM AIX 4.3
  26. :
  27. This is current and supported, but is soon to be replaced by version 8.0
  28. (see below).
  29.  
  30. : C-Kermit, 4C(058) 19 Mar 86, Unisys PulsePoint Communications
  31. This is FIFTEEN AND A HALF YEARS OLD, hacked by somebody other than us 
  32. without telling us about it, and therefore obviously not supported.
  33.  
  34. : I am running into a few problems trying to get this to work.
  35. : 1) While trying to transfer a file, I am getting timeout errors (e.g.
  36. : Last Error: Timeout 13 sec) on some boxes.  This occurs even when I
  37. : attempt to manually login and transfer the files (with Kermit of
  38. : course).
  39. You can adjust timeouts, retry limits, and so forth to be more tolerant
  40. of bad connections.  See Chapter 10.
  41.  
  42. : 2) On other boxes, this happens:
  43. :  kermit -s SLBHCAXF.4AD
  44. : , Sz* @-#Y1~^
  45. : ?Read file not open
  46. : (Then the script exits)
  47. : I can manually login (using Kermit) and issue the same command and the
  48. : file will transfer okay.
  49. I'd have to see the script.
  50.  
  51. : 3) Finally, how do I force \ffiles to work on the remote system.
  52. : I need to be able to read the file names on the remote system but,
  53. : \ffiles is reading the file names on the local machine.
  54. :
  55. You would have to put C-Kermit 7.0 or later on it, put it into server
  56. mode, and then use REMOTE QUERY FILES and then REMOTE QUERY NEXTFILE in
  57. a loop on the client (AIX) machine to get the list.
  58.  
  59. Let's work on getting a modern Kermit version installed on the SVR3
  60. systems.  Your query comes at a good time, since we are just getting
  61. ready to release C-Kermit 8.0 and have a small time window to make any
  62. changes necessary to get it running on those systems:
  63.  
  64.   http://www.columbia.edu/kermit/ck80.html
  65.  
  66. Alternatively, you could install G-Kermit on them:
  67.  
  68.   http://www.columbia.edu/kermit/gkermit.html
  69.  
  70. since they do not have to call out.
  71.  
  72. Once you get a modern version of Kermit working on the voicemail servers,
  73. it should not be a big deal to install it on all of them, since you are
  74. calling them up with Kermit anyway.  For this reason, you might want to
  75. start with G-Kermit because it so small.  Follow the directions on the
  76. Web page for downloading and building it, and use "make sysv".
  77.  
  78. On the other hand if you want your AIX Kermit script to be able to query
  79. Kermit on the voicemail servers, you'll need to put C-Kermit on them.
  80. Download the source archive and try "make sys5r3".  This hasn't been tried
  81. for a quite a few years so there will probably be errors, in which case
  82. just send them to me and we'll get it working.
  83.  
  84. : P.S.  This is my first Kermit project.  I have purchased "Using
  85. : C-Kermit" to get me started.
  86. :
  87. It's always nice to win converts :-)  If you have more questions or
  88. need help, just ask.  If you want to take it offline, send e-mail to
  89. kermit-support@columbia.edu.
  90.  
  91. - Frank
  92.